.header {
    text-align: left;
    background-color: #f0f0f0; /* Choose a background color for the header */
    padding: 10px; /* Add padding to create space around the content */
    position: relative; /* Set position to relative */													  
}

.header-content {
    text-align: left; /* Align the header content to the left */
    padding-left: 10px; /* Add some left padding for spacing */
}

@media screen and (max-width: 600px) {
    .header {
        text-align: center;
    }
}

.title {
    font-family: 'Arial', sans-serif; /* Choose a font family for the title */
    font-size: 26px; /* Adjust the font size of the title */
    color: midnightblue; /* Choose a color for the title */
    margin-bottom: 10px; /* Add some space between the title and subtitle */
}

.subtitle {
    font-family: 'Arial', sans-serif; /* Choose a font family for the subtitle */
    font-size: 16px; /* Adjust the font size of the subtitle */
    color: midnightblue; /* Choose a color for the subtitle */
}


img {
    max-width: 120%; /* Ensure image responsiveness */
    height: auto; /* Maintain image aspect ratio */
}

.head {
    font-weight: bolder;
    color: midnightblue;
    font-size: x-large;
    font-family: helvetica;
    text-align: center;
}
a {
    font-family: Arial, sans-serif;
    font-weight: normal;
    color: midnightblue;
}
.picTag {
    font-family: Arial, sans-serif;
    color: midnightblue;
    font-size: 8pt;
    font-family: helvetica;
    text-align: center;
}

.images {
    width: 100%;
}

.imghref {
    position: float;
    border: 25px;
    text-align: center;
    width: 12%
}

.center {
    text-align: center;
}

.centerFront {
    align-items: center; /* Center items horizontally */
    background-image: url('ob03.jpg');
    background-size: cover;
    display: flex; /* Use flexbox for layout */
    flex-direction: column; /* Stack items vertically */
    font-family: Arial, sans-serif;
    font-size: 17px;
    height: 100%;
    left: 50%;
    padding: 10px; /* Add padding to create space around the content */
    position: absolute;
    text-align: center;
    top: 100px; /* Adjust top position to avoid overlap with header */
    transform: translateX(-50%); /* Center horizontally */
    width: 100%;
}
h1 {
    font-family: Arial, sans-serif;
    font-size: 22px;
    color: midnightblue;
    padding: 1px;
}
.pretty-text {
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #331;
    text-align: center;
    padding: 10px;
}